home *** CD-ROM | disk | FTP | other *** search
- /*
- * Generated by the NeXT Interface Builder.
- */
-
- #import <stdlib.h>
- #import "EyeApp.h"
- #import "EyeView.h"
-
- void startTimer(DPSTimedEntry teNumber, double now, id self)
- {
- id icon = [self appIcon];
-
- if (icon != nil) [self initializeIcon:icon];
- }
-
- void notifyTimer(DPSTimedEntry teNumber, double now, id self)
- {
- [self drawBalls];
- }
-
-
- void main(int argc, char *argv[])
- {
- NXApp = [EyeApp new];
- [NXApp loadNibSection:"Eyecon.nib" owner:NXApp];
- [NXApp run];
- [NXApp free];
- exit(0);
- }
-